PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations.a3d Package / PDF3DActivation Class / setShowToolbar Method
True if a toolbar should be displayed by default when the annotation is activated and given focus, false if a toolbar should not be displayed by default.
In This Topic
    setShowToolbar Method
    In This Topic
    Sets a value indicating the default behavior of an interactive toolbar associated with this annotation.
    Syntax
    public void setShowToolbar( 
       boolean value
    )

    Parameters

    value
    True if a toolbar should be displayed by default when the annotation is activated and given focus, false if a toolbar should not be displayed by default.
    See Also